(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/iffparse.h>
struct CollectionItem * FindCollection()
SYNOPSIS
struct IFFHandle * iff
LONG type
LONG id
LOCATION
In IFFParseBase at offset 27
FUNCTION
Returns a pointer to a list of CollectionItems the installed CollectionChunk of that type and ID.
INPUTS
iff
pointer to an IFFHandle struct.
type
type code to search for.
id
id code to search for.
RESULT
ci - pointer to the last collection chunk encountered with pointers to previous ones.
NOTES
EXAMPLE
BUGS
SEE ALSO
CollectionChunk()
,
CollectionChunks()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen